home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / CHIP / Porady / Skuteczne wymazywanie danych / Eraser 5.82 / eraser582setup.exe / {app} / Boot / changelog.txt next >
Text File  |  2003-07-15  |  5KB  |  121 lines

  1. dban-1.0.1 stable; urgency=low
  2.  
  3.   * Check whether lseek and BLKGETSIZE64 agree about the device size.
  4.   * Recompiled the kernel and system library with BLOCK_SIZE 512 and
  5.      BLOCK_SIZE_BITS 9 so that the last odd sector is wiped on disks with odd
  6.      sector counts.  Thanks to Cory Altheide <altheidec@nv.doe.gov> for
  7.      reporting the problem and verifying the fix.
  8.  
  9.  -- Darik Horn <dajhorn-dban@vanadac.com>  Mon, July 15 2003 19:04:16 -0500
  10.  
  11. dban-1.0.0 stable; urgency=low
  12.  
  13.   * Replaced wipe with dwipe.
  14.   * Changed the rc script to support dwipe.
  15.   * New feature: Graphical user interface.
  16.   * New feature: Device selection.
  17.   * New feature: Partition support.
  18.   * New feature: Concurrent device wiping.
  19.   * New feature: Random Gutmann pass ordering.
  20.   * New feature: Rounds option.
  21.   * New feature: Options are exposed in the 'syslinux.cfg' file.
  22.   * New method: DoD 5220-22.M standard wipe.
  23.   * New method: RCMP TSSIT OPS-II standard wipe.
  24.   * New method: PRNG Stream wipe.
  25.   * New verification modes: Off, Last Pass, and All Passes.
  26.   * Linux 2.4.20 upgrade.
  27.   * BusyBox 0.60.5 upgrade.
  28.   * uClibc 0.9.19 upgrade.
  29.   * SysLinux 2.04 upgrade.
  30.  
  31.  -- Darik Horn <dajhorn-dban@vanadac.com>  Mon, May 26 2003 18:24:16 -0500
  32.  
  33.  
  34. dban-0.4.0 stable; urgency=low
  35.  
  36.   * New feature: Added a quick disk erase before the secure disk wipe.
  37.   * New feature: Added prng seed file loading.
  38.   * New feature: Added log file saving.
  39.   * Busybox 0.60.4 upgrade.
  40.   * Enabled CONFIG_PDC202XX_BURST for Promise IDE controllers.
  41.   * Enabled CONFIG_BLK_DEV_FD, the floppy disk driver.
  42.   * Enabled CONFIG_MSDOS_FS, the MS-DOS filesystem.
  43.   * Enabled CONFIG_CRAMFS, the compressed rom filesystem.
  44.   * Enabled CONFIG_TMPFS, the virtual memory filesystem.
  45.   * Disabled CONFIG_MINIX_FS, the Minix filesystem.
  46.   * Disabled CONFIG_IDEDISK_MULTI_MODE.
  47.   * Renamed kernel.bgz to kernel.bzi in the boot filesystem image.
  48.   * Made sundry changes to the syslinux configuration file.
  49.   * Removed the ramdisk_size option from the syslinux configuration file.
  50.   * Made small cosmetic changes to the rc script.
  51.   * Changed the rc script so that it checks for a floppy drive only once.
  52.   * Increased the final warning timeout from 10 seconds to 20 seconds.
  53.   * Ran unix2dos against all text files in the distribution package.
  54.   * Changed the dd example in the readme file to use a wildcard.
  55.   * Unbundled the ISO file from the ZIP file.
  56.   * Tweaked the installation instructions.
  57.   * Mentioned FreshMeat subscriptions in the readme file.
  58.   * Added a Microsoft URL file that points to the project homepage.
  59.   * Added the project homepage url to the warning.txt and about.txt files.
  60.   * Added grep to test for sanity errors.
  61.   * Added the /proc/scsi/scsi sanity check.
  62.   * Added the end-of-rc sanity check.
  63.   * Added dmesg, tar, gzip, and cp to create log files.
  64.   * Added dd to load entropy files from a floppy disk into urandom.
  65.   * Added a memory test to better set the wipe chunk size.
  66.   * Changed DBAR to DBAN in the install.bat file.
  67.   * Changed the short 8.3 tilde name to a wildcard in the install.bat file.
  68.   * Made cosmetic changes to the install.bat file. 
  69.   * Changed the root filesystem from minix to cramfs.
  70.   * Added the "you may remove the boot media now" message to syslinux.
  71.   * Added the "please wait" message to the kernel loader.
  72.   * Enabled large file support in both uClibc and Busybox.
  73.  
  74.  -- Darik Horn <dajhorn-dban@vanadac.com>  Tue, Oct 29 2002 20:51:33 -0500
  75.  
  76.  
  77. dban-0.3.1 stable; urgency=low
  78.  
  79.   * Changed the splash screen
  80.   * Added syslinux F-key information pages.
  81.   * Added emphasis to the failure and success messages.
  82.   * Added a beep loop to the failure function.
  83.   * Moved all version information to a separate file.
  84.   * Removed a testing barnacle from the root filesystem.
  85.   * Added the wipe readme file.
  86.   * Added the notes file.
  87.  
  88.  -- Darik Horn <dajhorn-dban@vanadac.com>  Thu, Sep 19 2002 22:12:03 -0500
  89.  
  90. dban-0.3.0 stable; urgency=low
  91.  
  92.   * linux-2.4.19 update.
  93.   * Changed root=/dev/rd/0 to root=/dev/ram0.  The new kernel will not boot
  94.     with root=/dev/rd/0, but the /dev/ram0 name now seems to be hardcoded.
  95.     This violates the DevFS documentation and is probably a kernel bug.
  96.   * Used full-length file names in the iso image.
  97.   * Included component license files.
  98.  
  99.  -- Darik Horn <dajhorn-dban@vanadac.com>  Fri, Sep 13 2002 21:50:36 -0500
  100.  
  101. dban-0.2.0 stable; urgency=critical
  102.  
  103.   * wipe-2.1.0 upgrade.
  104.   * uclibc-0.9.15 upgrade.
  105.   * syslinux-1.76 upgrade.
  106.   * Removed the I2C kernel option.
  107.   * Added a serial console comment to the syslinux configuration file.
  108.   * Made cosmetic changes to the syslinux configuration file.
  109.   * Changed the build script to use mkdosfs instead of mformat.
  110.   * Copied the ide.c kernel options to the ide.txt file in the boot image.
  111.   * Made cosmetic changes to the rc script.
  112.   * Corrected documentation errors.
  113.  
  114.  -- Darik Horn <dajhorn-dban@vanadac.com>  Thu, Sep 12 2002 15:59:20 -0500
  115.  
  116. dban-0.1.0 stable; urgency=low
  117.  
  118.   * First public release.
  119.  
  120.  -- Darik Horn <dajhorn-dban@vanadac.com>  Wed, 15 May 2002 01:39:43 -0500
  121.